func go/types.newTypeList

4 uses

	go/types (current package)
		alias.go#L172: 	res.targs = newTypeList(targs)
		named.go#L265: 	inst := &instance{orig: orig, targs: newTypeList(targs)}
		recording.go#L137: 		m[ident] = Instance{newTypeList(targs), typ}
		typelists.go#L34: func newTypeList(list []Type) *TypeList {